Format and Portal Customizations > Customizing the Host Management Page Size
  
Version 9.2.01
Customizing the Host Management Page Size
In the Portal, the Host Management page (Admin > Advanced > Host Management) displays 200 rows by default. You can change the default value by modifying the portal.properties file. System performance will be impacted if you increase the number of rows past the 200 value.
1. To customize the number of rows displayed on the Host Management page access the portal.properties file:
Linux:
/opt/aptare/portalconf/portal.properties
Windows:
C:\opt\aptare\portalconf\portal.properties
2. Add the following line and set the page size value:
portal.hostManagementPageSize=xxxx
For example, to only display 50 rows on the page, modify the portal.properties:
portal.hostManagementPageSize=50
3. Restart the Tomcat Portal services.