Allocation Issues when the "com.snc.resource_management.allocation_interval_minutes" System Property is changed to 10.DescriptionAllocation Issues when the "com.snc.resource_management.allocation_interval_minutes" System Property is changed to 10.ResolutionThis will happen when you use a number that cannot be converted properly into hours.Since you are using 10 for the "com.snc.resource_management.allocation_interval_minutes" System Property, the hour conversion is 10/60 which will give you 0.16666666666667 repeating. This cannot be represented in the system.To fix this you will need to change the minutes to something that will give you a non-repeating number such as the following examples:1515/60 = 0.253030/60 = .566/60 = 0.11212/60 = 0.2To do so, follow the steps below.NEXT STEPS:1. Navigate to System Properties > All Properties2. In the "Name" column search for "com.snc.resource_management.allocation_interval_minutes" and go to the record3. Change the Value field to a proper number4. Save the form