Bitshares-core: Market history plugin: `history-per-size` option doesn't work

Created on 10 Nov 2017  路  4Comments  路  Source: bitshares/bitshares-core

Old data never got removed.

bug performance plugin

Most helpful comment

Test result with current BitShares main net (head block #21742070) and following options:

# plugins =
# track-account =
partial-operations = 1
max-ops-per-account = 1000
bucket-size = [60,300,900,1800,3600,14400,86400]
history-per-size = 1000

running in Ubuntu 16.04,
before fix: VIRT = 6829564, RES = 5.272g
after fix: VIRT = 5982640, RES = 4.805g

So the fix saves 470M ~ 850M RAM.

All 4 comments

@oxarbitrage I'll handle this. Thank you anyway.

Test result with current BitShares main net (head block #21742070) and following options:

# plugins =
# track-account =
partial-operations = 1
max-ops-per-account = 1000
bucket-size = [60,300,900,1800,3600,14400,86400]
history-per-size = 1000

running in Ubuntu 16.04,
before fix: VIRT = 6829564, RES = 5.272g
after fix: VIRT = 5982640, RES = 4.805g

So the fix saves 470M ~ 850M RAM.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

bitcoiners picture bitcoiners  路  7Comments

vikramrajkumar picture vikramrajkumar  路  7Comments

abitmore picture abitmore  路  9Comments

spartucus picture spartucus  路  8Comments

TheTaconator picture TheTaconator  路  8Comments