gstylianou
Registered User.
- Local time
- Today, 04:12
- Joined
- Dec 16, 2013
- Messages
- 359
Hi all,
I have the following problem which i cannot find solution in order to solve it.
My database is about 150MB with enough complexity into the code I can said. My computer is Lenovo i5 - 8GB RAM and my database giving the error "System Resource Exceeded" only on the specific processes of the database
Looking at the issue enough to find a way to resolve it, I found the following code line which in essence saids that can solve the problem, but unfortunately even after applying this line code to the point where the problem occurs, the problem still persist.
DAO.DBEngine.SetOption dbMaxLocksPerFile, 1000000
Is there any idea from you who are more experienced than me? Keep in mind that i have tried i7 - 16GB Ram and the problem still persist.
I have the following problem which i cannot find solution in order to solve it.
My database is about 150MB with enough complexity into the code I can said. My computer is Lenovo i5 - 8GB RAM and my database giving the error "System Resource Exceeded" only on the specific processes of the database
Looking at the issue enough to find a way to resolve it, I found the following code line which in essence saids that can solve the problem, but unfortunately even after applying this line code to the point where the problem occurs, the problem still persist.
DAO.DBEngine.SetOption dbMaxLocksPerFile, 1000000
Is there any idea from you who are more experienced than me? Keep in mind that i have tried i7 - 16GB Ram and the problem still persist.