|
From: Gareth D. <gar...@gm...> - 2019-06-24 05:39:44
|
Hi Shuvam, I would guess that 1.3 million triangles will exhaust the available memory (4GB). ANUGA is not very conservative in its use of memory. I expect this memory would be residing in the values of "domain.quantities". Your best bet is probably to try to access to a larger machine with more memory -- or, to run the model at lower resolution (or perhaps only use high resolution in a small area). The number of triangles should scale linearly with (1/max-triangle-area), as should the required memory (at least approximately). Cheers, Gareth. On 24/6/19 4:30 pm, Shuvam Kumar Behera wrote: > Sir, > With due respect I want to state about the current issue we are > facing in project ANUGA. > After the creation of the domain object according to the max triangle > area we are getting a very big python object. > When this *maximum triangle area *is decreased say for example *100* > it is creating a domain object of size *6.5 GB *which makes it > impossible to store in a RAM of memory *4GB.* And the *no of triangles > *being created is 1378399. > > Sir if you could help us in providing us the information/name about > that particular *data structure* which is increasing drastically when > we decrease the *max triangle area* while creating the domain. > > I have attached my code in this mail. > > Thanking You, > Shuvam > > > _______________________________________________ > Anuga-user mailing list > Anu...@li... > https://lists.sourceforge.net/lists/listinfo/anuga-user |