Skip to content

Commit

Permalink
Add TimePartitionInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
SpriCoder committed Jan 21, 2025
1 parent 1ddd0be commit 6356b48
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,6 @@ public class IoTDBConfig {
/** Memory allocated for the write process */
private MemoryManager storageEngineMemoryManager;

private long allocateMemoryForStorageEngine = Runtime.getRuntime().maxMemory() * 3 / 10;

/** Memory allocated for the read process */
private long allocateMemoryForRead = Runtime.getRuntime().maxMemory() * 3 / 10;

Expand Down Expand Up @@ -625,8 +623,6 @@ public class IoTDBConfig {
/** Memory allocated proportion for time partition info */
private MemoryManager timePartitionInfoMemoryManager;

private long allocateMemoryForTimePartitionInfo = allocateMemoryForStorageEngine * 8 / 10 / 20;

/**
* If true, we will estimate each query's possible memory footprint before executing it and deny
* it if its estimated memory exceeds current free memory
Expand Down

0 comments on commit 6356b48

Please sign in to comment.