I am used to running .command scripts with terminal that use java, which allocates an amount of memory by the arguments -Xmx and -Xms.
I am now using a .sh script with python and can't seem to figure out what the equivalent is.
EDIT: Let me explain a little more. Is it possible to do that in the shell script or am I stuck decompiling Python scripts?