Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

High number of geometry: memory issue (run_law) #2

Closed
Pachka opened this issue May 10, 2023 · 1 comment
Closed

High number of geometry: memory issue (run_law) #2

Pachka opened this issue May 10, 2023 · 1 comment

Comments

@Pachka
Copy link

Pachka commented May 10, 2023

I am trying to use the package for 19 282 polygons but I faced a memory issue with run_law .
I have the following error. I wonder if there is a way to avoid it.

Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
	at TDLM.main(TDLM.java:80)
Error: 'C:\Users\...\AppData\Local\Temp\RtmpWuO5ib/pij.csv' does not exist.
@maximelenormand
Copy link
Member

The only way to avoid this error is to run the function on a computer with a high amount of RAM to handle matrices with 19,282 x 19,282 elements.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants