on 2016 Feb 03 1:18 PM
Hi, I am starting the database with Sybase Central as a service with the following parameter:
-c 1024m -n data D:\\database\\data.db
When the database starts, the initial memory is about 14mb. Is there a way that I can start the database with the whole 1024m that is reserved for the database? Right now, it starts at 14mb and gradually increase as needed.
Thank you for your help!
Start the database server with -cl 1024m.
HTH
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Windows Task Manager only displays the size of the process' resident (working set) memory and not the amount of memory that the process has allocated. You can use resmon or perfmon to look at the process 'commit' size to get the true amount of memory that is allocated by the process.
User | Count |
---|---|
79 | |
10 | |
10 | |
10 | |
10 | |
9 | |
8 | |
6 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.