| Subject | : | How to increase Filehandles for OS/2 Session |
| Author | : | Jan jan.van.dijk@asm.com |
| Date | : | 18 Nov, 2005 on 14:02 |
| Does any one know how to increase the number of open files per OS/2 session? I have seen there is a config.sys setting FILES=20 but this only applies to DOS sessions. In OS/2 sessions we need to enlarge the amount of simultanius open files because 20 is not enough in some cases. Is there some config.sys option to set this amount? |
| Subject | : | Re:How to increase Filehandles for OS/2 Session |
| Author | : | hausmaus |
| Date | : | 19 Nov, 2005 on 03:29 |
| I'm thinking this might be what you're looking for: From: SET SHELLHANDLESINC=n You might also want to check out: http://www.markcrocker.com/rexxtipsntricks/rxtt28.2.0177.html That page contains information about just how high you can really put that statement. HTH, |
| Subject | : | Re:How to increase Filehandles for OS/2 Session |
| Author | : | Jan jan.van.dijk@asm.com |
| Date | : | 19 Nov, 2005 on 12:51 |
Thanks, Jan |