mirror of
https://github.com/urbit/shrub.git
synced 2025-01-02 17:43:32 +03:00
reclaim memory on kernel reset
This commit is contained in:
parent
98f59f6d85
commit
414e760fd1
@ -355,7 +355,9 @@ _reck_kick_norm(u3_noun pox, u3_noun fav)
|
||||
uL(fprintf(uH, "<<<reset>>>\n"));
|
||||
u3z(pox); u3z(fav);
|
||||
|
||||
// u3_ds_wipe(u3_Wire); // doesn't work
|
||||
// reclaim memory from persistent caches
|
||||
//
|
||||
u3m_reclaim();
|
||||
|
||||
return c3y;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user