Opened 10 years ago
Closed 9 years ago
#55 closed defect (fixed)
Memory leak
Reported by: | ymipsl | Owned by: | mhnguyen |
---|---|---|---|
Priority: | major | Component: | XIOS |
Version: | 1.0 | Keywords: | memory leak, netcdf |
Cc: |
Description
XIOS seems to have some small memory leak at each timestep. Accumulation increase memory consumption for long time simulation and crash the job.
Change History (2)
comment:1 Changed 10 years ago by ymipsl
- Owner changed from ymipsl to mhnguyen
comment:2 Changed 9 years ago by mhnguyen
- Keywords memory leak netcdf added
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
This phenomenon comes from netcdf: internal memory allocation of netcdf is only released in the end of each execution. One way to overcome this problem is to split netcdf file after a time period.