Showing posts with label settings. Show all posts
Showing posts with label settings. Show all posts

How to set line number, colorscheme on startup MAC VIM?


The start up settings located in vimrc file:

In [Applications] -> [MacVim] ->[Show Package Contents] -> you could find vimrc file according to the picture below...

Add the settings you need (like toggle line number or change default color scheme)




Virtuoso triple store database for Windows

1. Download the virtuoso for Windows.

http://virtuoso.openlinksw.com/dataspace/doc/dav/wiki/Main/VOSUsageWindows



2. Create [system environment] VIRTUOSO_HOME as C:/Program Files/OpenLink Software/VOS7/virtuoso-opensource/



3. Add PATH value ;%VIRTUOSO_HOME%/bin;%VIRTUOSO_HOME%/lib


4. Create a servie :
cd %VIRTUOSO_HOME%/database

virtuoso-t +service create +instance "New Instance Name" +configfile virtuoso.ini 

5. After U create the service, you could list / start / stop / delete by commands below:


ActionCommand
List all Virtuoso servicesvirtuoso-t +service list
Start a Virtuoso servicevirtuoso-t +instance "Instance Name" +service start
Stop a Virtuoso servicevirtuoso-t +instance "Instance Name" +service stop
Delete a Virtuoso servicevirtuoso-t +instance "Instance Name" +service delete



---------------------Erros Resolution--------------------

Error 1 : Unable to open the service control manager  > (5).

Solution : Run cmd as Administration

Error 2 : While executing iSQL, can't access file directory because of ini file settings.

Solution : Modify (or add) directory allow settings in virtuoso.ini file.


References:

Using Virtuoso : http://virtuoso.openlinksw.com/dataspace/doc/dav/wiki/Main/VOSUsageWindows

Configuration : 
http://docs.openlinksw.com/virtuoso/dbadm.html#fp_acliniallowed

Where is the eclipse.ini in MAC OS for java.lang.OutOfMemoryError: Java heap space

1. Right click [eclipse] icon and select [Show Package Contents].

 2.[Contents]->[MacOS]->eclipse.ini, increase the Java heap size for your application.

-Xms<size>        set initial Java heap size
-Xmx<size>        set maximum Java heap size