Skip to content

Commit

Permalink
Add note about raising default number of connections.
Browse files Browse the repository at this point in the history
  • Loading branch information
hilverd committed Apr 28, 2013
1 parent 6ef7432 commit a9bedf6
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,19 @@ It is important to assign enough memory to the virtual machine, otherwise you
will get an error

ORA-00845: MEMORY_TARGET not supported on this system
during the configuration stage. In the `Vagrantfile` 512MB MB is assigned. Lower

during the configuration stage. In the `Vagrantfile` 512 MB is assigned. Lower
values may also work, as long as (I believe) 2 GB of virtual memory is available
for Oracle, swap is included in this calculation.

If you want to raise the default number of connections, say to 200, then
according to [How many connections can Oracle Express Edition (XE) handle?] you
should run

ALTER SYSTEM SET processes=200 scope=spfile

and restart the database.

[Vagrant]: http://www.vagrantup.com/

[Puppet]: http://puppetlabs.com/
Expand Down

0 comments on commit a9bedf6

Please sign in to comment.