]> source.dussan.org Git - aspectj.git/commit
Add developer info + sample config about how to work with a RAM disk
authorAlexander Kriegisch <Alexander@Kriegisch.name>
Thu, 25 Mar 2021 03:31:33 +0000 (10:31 +0700)
committerAlexander Kriegisch <Alexander@Kriegisch.name>
Thu, 25 Mar 2021 04:08:54 +0000 (11:08 +0700)
commit1b7147bac95a35795d03029e00082a2695a99e95
tree1691af36df0af143f0198a02542a220657a13efb
parent1337e1a5fbc5f671e1a66c1e0d1e7bc9d4b4ebd8
Add developer info + sample config about how to work with a RAM disk

There are two files:
  - docs/developer/ram-disk/maven.config
  - docs/developer/ram-disk/settings-ramdisk.xml

The latter contains info about how to set up a development environment
inside a RAM disk. Both files are to be copied to the project's '.mvn'
folder in the root directory and adjusted according to the description.

Just in case, .gitignore ignores the files if they exist in '.mvn', so
they are not being staged and committed accidentally.

An additional screenshot shows how to configure the Windows Recycle Bin
to immediately delete files in order too save space on the RAM disk.

Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
.gitignore
docs/developer/ram-disk/maven.config [new file with mode: 0644]
docs/developer/ram-disk/settings-ramdisk.xml [new file with mode: 0644]
docs/developer/ram-disk/windows-recycle-bin-remove-immediately.png [new file with mode: 0644]