Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
4.0.1
-
None
-
None
Description
I am trying to run plasma on a shared linux-based HPC system.
I start the server with:
plasma_store -m 500000000 -s $PERSONAL_DIR/plasma -d $PERSONAL_DIR/store
Then in a separate terminal in python I run:
import os import pyarrow.plasma as plasma client = plasma.connect(os.environ["PERSONAL_DIR"] + "/plasma") object_id = client.put("hello, world")
However I get:
PlasmaStoreFull: object does not fit in the plasma store
although the plasma store is empty.