Coldfusion 10 Add More Memory [closed] - coldfusion

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 9 years ago.
Improve this question
We currently have a CF 10 Instance which we are monitoring via seeFusion.
We currently have 12GB of memory on this particular machine and whilst monitoring it within the server monitor it never skips a beat and appears to be quite reliable.
However whilst in seeFusion, the CF Instance appears to only have 486MB of memory...
I would like to bump this up as since it only has 486MB of memory, simple things like running a cfindex on a dataset of 40,000 records makes the entire server crash.
Any ideas on how to go about adding more memory to the CF Instance? Either by the Admin or programatically if this is possible ?

You can adjust the size of the JVM Heap in the Coldfusion Administrator in the Java and JVM section. This thread has some useful information and links: http://forums.adobe.com/thread/1027056

Related

RAM allocated in virtual box [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 1 year ago.
Improve this question
I have installed VirtualBox and also want to run it, but when I want to create kali Linux max based ram memory allocated it only 6GB, how do I change it?. can it change to higher more than 6GB? I watch it can reach higher than mine. my computer have 8gb ram. I need your help. I put my virtual box screenshot to
Pretty easy to do.
Power down the VM (the guest has to be off, not just not running but with a saved state).
Discard 'Saved State'
Open the VM's settings.
Open the System tab.
Change the "Base memory" value to however much RAM you want.
Power off the virtual box
Go to settings and click system allocate memory and click ok
Memory is changed successfully!

Behavior of closing a Virtual Machine window in VirtualBox [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 7 years ago.
Improve this question
Can I set VirtualBox host to be automatically saved and closed, rather than asking me what to do for closing host window?
You can't tell VirtualBox to automatically save the state, or automatically power off the virtual machine when you attempt to close it.
If you're looking at the VirtualBox manager, though, and you have the machine selected, you could use one of the shortcuts (Control+V, ControlF for save/shutdown respectively) to save yourself a small amount of time.

Resize an Ubuntu partition without losing data [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 1 year ago.
Improve this question
I have installed VirtualBox and an Ubuntu on my Windows machine. But after a while I needed more disk space, the problem is that my dev/sda1 partition (where I need more space) should be resized. Resizing it with the Ubuntu installation wizard will erase all the data (I have an Apache server, MySQL, etc... on it !).
My question: is it possible to resize the partition without losing the data ?
Or at least is it possible to restore it after the resizing ?
Boot from live Linux distro and use gparted. Don't forget to make a backup incase something goes wrong. More info.

Getting information from memory processes [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
Everytime i run my software i can access from winhex the memory and read the information my software pass through memory like emails, phones, etc. Is there any way to secure that or at least to remove this information from memory ?
A program written to use the debug API, run under the authority of someone who can run a debug API capable app, cannot be protected against. If it could, you couldn't debug your software.
There is a privilege model:
http://msdn.microsoft.com/en-us/library/windows/desktop/aa379306(v=vs.85).aspx
But if someone is running with sufficient privileges to run WinHex and look at that information, then no. There's no way to exempt your program from inspection from those who have the privileges.
For more interesting security stories...you might be interested in Cryogenically Frozen Ram Bypasses All Disk Encryption.

Retrieving deleted web pages [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
I have recently published a web service to my site through Visual Studio. I accidentally selected "Delete Existing Files" option!
How do I get back my deleted files from the server?
Why, you would go to your nightly back-ups and restore the files. You do have a backup solution in place don't you? Because if you don't, then you're out of luck.
In theory, if you stopped the server and yanked those hard drives right now, then forensic data recovery could POSSIBLY get some of the files back.
This might not be relevant, but: the one time this happened to me I was able to decompile the executable. The result wasn't perfect, but it got all the really tricky bits back.
IF. You don't have backups.
IF you're hosting is in a remote hosting facility call them ASAP.
and ASK if they have an automated BACKUP. You may just be lucky.