Normal Topic File Size (Read 856 times)
Andy
Member
*
Offline



Posts: 39
Location: Massachusetts
Joined: Aug 26th, 2014
File Size
Aug 13th, 2018 at 7:48pm
Print Post Print Post  
What is the maximum file size that Sesame can work with for:

1. Variables
2. GlobalValues
3. Sesame Slate
4. Elements

I am working with writing to logs and prefer not to use I/O with text files.
  
Back to top
 
IP Logged
 
The Cow
YaBB Administrator
*****
Offline



Posts: 2530
Joined: Nov 22nd, 2002
Re: File Size
Reply #1 - Aug 14th, 2018 at 1:58pm
Print Post Print Post  
Andy wrote on Aug 13th, 2018 at 7:48pm:
What is the maximum file size that Sesame can work with for:

1. Variables
2. GlobalValues
3. Sesame Slate
4. Elements

I am working with writing to logs and prefer not to use I/O with text files.


1. Variables - global variables are only limited by client memory size (2 or 4 Gig). Local variables are limited by stack size in SBasic, which is in the many millions. Array element counts are limited in each dimension by the address space of an integer, which is 2 billion.

2. GlobalValues - are only limited by memory size.

3. Sesame Slate - will "start over" at the top depending on the sesame.ini file setting "SLATE MAX SIZE: <n>" where "n" ranges from 256 to 100,000. The default is 32,768 characters.

4. Elements - have no specific limit outside of practical geometry and memory use.
  

Mark Lasersohn&&Programmer&&Lantica Software, LLC
Back to top
IP Logged