PicoMite V6.00.01 release candidates - please test thoroughly


Author Message
twofingers

Guru

Joined: 02/06/2014
Location: Germany
Posts: 1726
Posted: 11:19am 22 Dec 2024      

Hi Peter,
I think there is a problem with "Autosave append" and the heap memory.
If I cancel "autosave append" with CTRL-C, I only have 3328k heap memory instead of 183kB. Only after a "NEW" do I have 183KB again
> memory
Program:
  3K ( 1%) Program (162 lines)
177K (99%) Free

Saved Variables:
 16K (100%) Free

RAM:
  0K ( 0%) 0 Variables
  0K ( 0%) General
228K (100%) Free
> ? mm.info(heap)
183808
> autosave append
> ? mm.info(heap)
3328
> memory
Program:
  3K ( 1%) Program (162 lines)
177K (99%) Free

Saved Variables:
 16K (100%) Free

RAM:
  0K ( 0%) 0 Variables
176K (77%) General
 52K (23%) Free
> new
> ? mm.info(heap)
183808
> autosave append
> ? mm.info(heap)
3328
> autosave append
Error : Not enough Heap memory
>

I think this is a low priority issue. I just wanted you to know about it.
If you don't know the reason and the problem suddenly occurs, it's confusing.
Regards
Michael
Edited 2024-12-22 21:25 by twofingers