Jalz Posted January 15, 2013 Posted January 15, 2013 Hi Guys, I've got a local machine, with FMServer 11 installed on it for testing. The thing is I use this machine as my development machine, so I have other programs on it that I use that are quite memory intensive. I'd like to prevent FMServer from starting up automatically if at all possible (like you can on a windows machine) - but have it available to startup on demand. Anyone know how I can achieve this on a Mac based setup. Many thanks Jalz
Steven H. Blackwell Posted January 16, 2013 Posted January 16, 2013 From the Terminal send the command sudo launchctl stop com.filemaker.fms That will stop the FMS service. To start it again use: sudo launchctl start com.filemaker.fms I'd recommend that you not mix development and hosting on the same machine. Steven
Wim Decorte Posted January 16, 2013 Posted January 16, 2013 in addition to Steven's comment; in the FMS admin console, uncheck the option to automatically start the database engine. Steven's approach will free up the most memory though/
Recommended Posts
This topic is 4673 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now