Skip to content

PHPStrom documentation #40

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,22 @@ for your projects at the main menu, choose `File | Other Settings | Default Sett
In addition to above you can tune jvm with following [flags](https://gist.github.com/zafarella/43bc260c3c0cdc34f109)
`vim /Applications/IntelliJ\ IDEA\ 15.app/Contents/bin/idea.vmoptions`

PHPStorm
========

Also PHPstorm can benefit from ramdisk in this case you will have to change the idea.properties file and move the cache
location to the ramdisk:

Use the same path as above and add it in the lines below:

```
idea.system.path={GENERATED_PATH}/system
idea.log.path={GENERATED_PATH}/log
```

Keep in mind that when this is activated, it will be reindexed on every reboot. But as it is alot faster this should
not be an issue.

Installation
============
Do not use it now - the startup script does not work yet - work in progress
Expand Down