Commit Graph

12 Commits

Author SHA1 Message Date
V_Galaxy f0b13952aa
chore(dist): fix the JSON license issue (#2697)
* setup

* chore: change json scope to 'test' in pd.pom

* update license

---------

Co-authored-by: imbajin <jin@apache.org>
2024-11-25 17:20:43 +08:00
Peng Junzhi 3ab8b28914
chore(deps): adjust release fury version (#2698) 2024-11-25 15:32:11 +08:00
Peng Junzhi 35e5a8c04a
feat(server): support MemoryManagement for graph query framework (#2649)
Users can use **following new options** to configure memory management:

_\# The memory management switch in HugeGraph. Options: off-heap, on-heap, disable._
**memory.mode=off-heap** 
_\# The maximum memory capacity that can be managed for all queries in HugeGraph._
**memory.max_capacity=1073741824** 
_\# The maximum memory capacity that can be managed for a query in HugeGraph._
**memory.one_query_max_capacity=104857600** 
_\# The alignment used for round memory size._
**memory.alignment=8** 

**Detailed docs**: https://github.com/apache/incubator-hugegraph/wiki/%5BMemory-Management%5D-GSoC-2024-Final-Report

![image](https://github.com/user-attachments/assets/411968f8-cbf5-4ea1-8c1f-10c572ecedf2)

---------

Co-authored-by: imbajin <jin@apache.org>
2024-11-05 15:16:48 +08:00
V_Galaxy 96315aa197
chore(dist): update licenses for 1.5 (#2687) 2024-11-04 19:37:30 +08:00
HaoJin Yang 1a82d83117
feat(clustertest): add basic MiniCluster module for distributed system (#2615)
Co-authored-by: imbajin <jin@apache.org>
Co-authored-by: V_Galaxy <dyc1904821183@gmail.com>
2024-10-15 11:05:43 +08:00
vaughn 4274b724a8
chore: fix lombok compiling error and error for list cast to string (#2592)
Co-authored-by: imbajin <jin@apache.org>
2024-09-28 22:45:22 +08:00
VGalaxies b087f085c1 chore(commons): basic adapt for commons migration 2024-08-21 16:09:00 +08:00
V_Galaxy dc3070f45b
chore(dist): tar source and binary package for hugegraph with pd-store (#2594)
tar source and binary package for hugegraph with pd-store
2024-08-06 21:21:14 +08:00
V_Galaxy d36e05ece8
chore: temporarily ignore failure core tests for hstore & simplify ci name (#2599)
* ignore tests for hstore rename ci
2024-07-31 16:40:53 +08:00
V_Galaxy cedc000215
chore: upgrade revision to 1.5.0 (#2585)
* set revision to 1.5.0
2024-07-13 17:00:43 +08:00
Peng Junzhi e82a91ca1a
feat(store): integrate store-dist and store-cli submodule (#2562)
* refact: prepare for integrating rest of store module

* feat(store): integrate store-dist and store-cli submodule

* fix(store): support and fix for store-dist and store-cli submodule

* fix(store): update deps

* fix(store): update deps

* reformat hg-store-cli

---------

Co-authored-by: VGalaxies <vgalaxies@apache.org>
2024-06-25 00:07:02 +08:00
V_Galaxy 1e9752109e
chore: intro `install-dist` module in root (#2552)
* init dist in root

* adapt path & regenerate deps

* add comment

* add comment

* fix pd dir

* fix server dir

* improve hugegraph-pd/.gitignore

* improve

* rename dist -> install-dist

* fix path

* regenerate known dependencies
2024-06-13 17:06:37 +08:00