Re: [U2] [UD] udtconfig memory settings

2004-06-24 Thread Simon Lewington
"Ken Wallis"... > > Simon, I'm not familiar with UniData on NT, but I'd look at changing > SHM_MAX_SIZE and/or SHM_GPAGESZ. I'm really not sure how the shared > memory > concept works under windows. You might even find that this memory is > being > allocated from the local heap since COMMON is st

Re: [U2] [UD] udtconfig memory settings

2004-06-24 Thread Mark Johnson
n in Software Development > > >-Original Message- > >From: [EMAIL PROTECTED] [mailto:owner-u2- > >[EMAIL PROTECTED] On Behalf Of Ken Wallis > >Sent: Thursday, 24 June 2004 11:00 AM > >To: [EMAIL PROTECTED] > >Subject: RE: [U2] [UD] udtconfig memory settings >

Re: [U2] [UD] udtconfig memory settings

2004-06-24 Thread Mats Carlid
Ken Wallis wrote: Ross Ferris wrote: Isn't there a 32K limit on the NUMBER of variables that DIM statement will use 60K variables (even though it IS sorta/kinda just one arrays are funny like that) Clearly UniData doesn't treat arrays that way, or Simon's second and third examples

RE: [U2] [UD] udtconfig memory settings

2004-06-24 Thread Ross Ferris
PM >To: [EMAIL PROTECTED] >Subject: RE: [U2] [UD] udtconfig memory settings > >Ross Ferris wrote: > >> Isn't there a 32K limit on the NUMBER of variables that >> DIM statement will use 60K variables (even though it IS >> sorta/kinda just one arrays a

RE: [U2] [UD] udtconfig memory settings

2004-06-23 Thread Ken Wallis
Ross Ferris wrote: > Isn't there a 32K limit on the NUMBER of variables that > DIM statement will use 60K variables (even though it IS > sorta/kinda just one arrays are funny like that) Clearly UniData doesn't treat arrays that way, or Simon's second and third examples wouldn't work. S

RE: [U2] [UD] udtconfig memory settings

2004-06-23 Thread Ross Ferris
rom: [EMAIL PROTECTED] [mailto:owner-u2- >[EMAIL PROTECTED] On Behalf Of Ken Wallis >Sent: Thursday, 24 June 2004 11:00 AM >To: [EMAIL PROTECTED] >Subject: RE: [U2] [UD] udtconfig memory settings > >Simon Lewington wrote: > >> Could anyone tell me what udtconfig setting[s] I sho

RE: [U2] [UD] udtconfig memory settings

2004-06-23 Thread Ken Wallis
Simon Lewington wrote: > Could anyone tell me what udtconfig setting[s] I should > change to allow me > to have a larger named common on UD 5.2.0 (old, I know) on Win NT... > > BP TEST > 0001 PROGRAM TEST > 0002 COMMON /TEST/ TEST(6) > > : RUN BP TEST > insufficient memory, requested size = -1

[U2] [UD] udtconfig memory settings

2004-06-23 Thread Simon Lewington
Could anyone tell me what udtconfig setting[s] I should change to allow me to have a larger named common on UD 5.2.0 (old, I know) on Win NT... BP TEST 0001 PROGRAM TEST 0002 COMMON /TEST/ TEST(6) : RUN BP TEST insufficient memory, requested size = -177152 and my session crashes. DIM TEST(60