# Configuring your installation

## Enabling ART Number Patient Identifier

Ministry of Health policy dictates that the patient's preART number has to be carried on into ART treatement, as the ART number. However there are circumstances where this is not the case, so a separate ART number identifier is needed.

To enable this identifier:

1. Login as a user with administrator privileges

   <img src="https://2263683135-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M4YKhNOQtSxoP0vCjuG%2Fuploads%2Fgit-blob-d547090ef7eac7dd5fcde9e57141c5fc2232865d%2Flog_in_as_admin_link.png?alt=media" alt="Login" data-size="original">
2. Click legacy administration link as circled in the image below

   <img src="https://2263683135-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M4YKhNOQtSxoP0vCjuG%2Fsync%2Fe1a3128479d1b1cbb9a18fd846a327adc83bcaac.png?generation=1606986681815550&#x26;alt=media" alt="Legacy System Adminstration Link" data-size="original">
3. Under Maintenance in the middle column, select Settings ![Settings Link](https://2263683135-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M4YKhNOQtSxoP0vCjuG%2Fuploads%2Fgit-blob-dc71495523e79fbff4d157c7c54ae1e38694a389%2Fsettings.png?alt=media)
4. On the Settings page, select UgandaEMR from the left hand side
5. Change the value of the RT Patient Identifier to true, then click the Save button ![ART Patient Identifier Global Property](https://2263683135-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M4YKhNOQtSxoP0vCjuG%2F-M4y-MlFbjPpenC-zM3Y%2F-M4y-QxypZ0O9WWE7WyH%2Fglobal_property_art_patient_identifier.png?generation=1586957031339747\&alt=media)
6. Restart your computer and the new identifier will be enabled.

## Tomcat Configurations

1. Go to Windows Startup Menu
2. Search for Configure Tomcat and click on it
3. On the Configuration Select Java Tab
4. Delete values in the Initial memory pool and Maximum memory pool
5. Click okay
6. Restart Tomcat

## MySQL

1. Open the file my.cnf in C:\Program Files\MySQL Server\MySQL Server 5.5
2. In the section that starts with \[mysqld] add the line `innodb_buffer_pool_size=2G`
3. Restart the computer
