ServiceNow Certified Implementation Specialist – Project Portfolio Management — Question 155
Why is it recommended to keep the value of the property 'com.snc.project.task.max_task_duration' to 2600 or under?
Answer options
- A. Best practices states projects should be no longer than 5 years.
- B. The system is unable to handle more than 2600 tasks.
- C. To avoid application memory issues.
- D. Because projects longer than 2600 days will no longer load.
Correct answer: C
Explanation
The correct answer is C because exceeding this duration can lead to memory issues within the application, potentially resulting in performance degradation or crashes. Option A is incorrect as the best practices reference is related to project length, not directly to task duration. Option B is not true as the system can handle more than 2600 tasks; it's the duration that is critical. Option D is misleading because while there are limits, the primary concern is about memory management rather than loading issues.