You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Plasma has been deprecated (#33077) in Arrow 10.0 and subsequently removed in Arrow 12.0 (#33243). Given Plasma is no longer an existing component, closing this issue.
Invoking the
Delete(const ObjectID& object_id)
method of a plasma client seems not really to free up the memory used by the object.To reproduce:
htop
(or other similar tools) to monitor memory usage;plasma_store -m 1000000000 -s /tmp/plasma
;put.py
to put an object into Plasma;delete.cc
(g++ delete.cc
pkg-config --cflags --libs arrow plasma--std=c++11 -o delete
);plasma_store
process.Memory usage drops at Step 5, rather than Step 4.
How to free up the memory while keeping Plasma Object Store running?
put.py
:delete.cc
:Environment: Singularity container (Ubuntu 18.04)
Reporter: Chengxin Ma / @MaChengxin
Note: This issue was originally created as ARROW-8861. Please see the migration documentation for further details.
The text was updated successfully, but these errors were encountered: