Skip to content

Significant increase in memory usage #236

@tzanio

Description

@tzanio

Something happened between glvis-4.0 and glvis-4.1 that more than doubled the memory usage

If I do glvis -m mesh.000000 -g examples/sol.000000 (these are the saved files from mpirun -np 1 ex1p -m ../data/square-disc-p2.mesh), then I get the following memory usage:

  • glvis-3.4 🠚 0.21 GB
  • glvis-4.0 🠚 0.87 GB
  • glvis-4.1 🠚 2.24 GB
  • glvis-4.2 🠚 2.79 GB
  • glvis-now 🠚 2.80 GB

Measured on my Mac with: ps x -o rss,vsz,command | grep glvis | grep '\/' | awk '{ print $1/1024/1024 }'

Maybe some of this is necessary, but it will be good to check if we can reduce it, since it impacts load time and the web version (see the recent MFEM AWS tutorial)

Data files:

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions