mirror of
https://github.com/ilyakooo0/urbit.git
synced 2025-01-06 23:16:29 +03:00
corrects inaccurate u3m_reclaim comment in worker
This commit is contained in:
parent
e4db6edb24
commit
2c3bf6a9f2
@ -585,7 +585,11 @@ _worker_work_live(c3_d evt_d, u3_noun job)
|
|||||||
|
|
||||||
_worker_sure(ovo, vir, cor);
|
_worker_sure(ovo, vir, cor);
|
||||||
|
|
||||||
// reclaim memory from persistent caches on |reset
|
// reclaim memory from persistent caches periodically
|
||||||
|
//
|
||||||
|
// XX this is a hack to work around the fact that
|
||||||
|
// the bytecode caches grow rapidly and are not
|
||||||
|
// able to be simply capped (due to internal posts).
|
||||||
//
|
//
|
||||||
if ( 0 == (evt_d % 1000ULL) ) {
|
if ( 0 == (evt_d % 1000ULL) ) {
|
||||||
u3m_reclaim();
|
u3m_reclaim();
|
||||||
|
Loading…
Reference in New Issue
Block a user