Skip to content

What are the supported limits ? #763

Answered by hneemann
piochard asked this question in Q&A
Discussion options

You must be logged in to vote

There is no specific limit. I think it is a problem with the memory consumption. With 100k gates it should still run fine, although a bit laggy. But when the memory gets low, the VM spends a lot of time in the garbage collector, and it looks like the application hangs.

Try to start the simulator using the comand line via

java -Xmx8192m -jar Digital.jar

This way, the VM can use 8 GBytes, which should be sufficient.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@piochard
Comment options

@hneemann
Comment options

Answer selected by piochard
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants