Motivation
- kprove and kprovex crash with OOM errors on the Multisig proofs
Example K Code
Example:
I would like to be able to specify the Java memory size on the command line for kprove and kprovex, perhaps also for kompile:
kprove --java-memory=8G proof.k
Documentation
--java-memory=$SIZE sets the -Xmx$SIZE argument for the Java virtual machine used by kompile/kprove/kprovex.
Potential Alternatives/Work-arounds
A better solution would be to reduce the k memory usage, but allowing the user to set the memory limits is probably easier.
Testing Approach
N/A
Motivation
Example K Code
Example:
I would like to be able to specify the Java memory size on the command line for
kproveandkprovex, perhaps also forkompile:Documentation
--java-memory=$SIZEsets the-Xmx$SIZEargument for the Java virtual machine used bykompile/kprove/kprovex.Potential Alternatives/Work-arounds
A better solution would be to reduce the
kmemory usage, but allowing the user to set the memory limits is probably easier.Testing Approach
N/A