<?xml version="1.0" encoding="UTF-8"?>
<st:repository xsi:schemaLocation="urn:com:dassault_systemes:settings settings.xsd" xmlns:st="urn:com:dassault_systemes:settings" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >
<st:Description name="CATMemWarning" PrimaryTabpage="/General/General">
	<st:role>Low Memory Warning Activation Setting</st:role>
	<st:detailedRole>Setting used to handle the parameters allow to trigger the generation of a warning  when the address space usage is too high. This settings allows to activate the warning and to specify what proportion of the address space usage triggers the memory warning.</st:detailedRole>
	<st:RepositoryFile>CATMemWarning</st:RepositoryFile>
	<st:version>1</st:version>
	<st:compatibility>
		<st:FullCompatibilityfromLevel>0</st:FullCompatibilityfromLevel>
		<st:UpwardCompatibilityfromLevel>0</st:UpwardCompatibilityfromLevel>
	</st:compatibility>
</st:Description>
	
<st:attributes>
	<st:attribute Name="Activation" alias="MemWarningActive">
		<st:role>If Activation is set to true the memory warning will be triggered when the address space usage becomes greater that the specified usage limit.</st:role>
		<st:boolean size="1">
			<st:default size="1">  
			<st:value>false</st:value>
			</st:default>
		</st:boolean>
	</st:attribute>
	
	<st:attribute Name="UsageLimit">
		<st:role>UsageLimit allows to specify which percentage of address space usage will trigger the warning</st:role>
		<st:int>
			<st:min>0</st:min>
			<st:max>100</st:max>
			<st:default>	
				<st:value>70</st:value>
			</st:default>
		</st:int>
	</st:attribute>
		
		
		<st:attribute Name="Version">
			<st:role visibility="LA">Internal</st:role>
			<st:int>
				<st:default>
					<st:value>1</st:value>
				</st:default>
			</st:int>
		</st:attribute>
		
	</st:attributes>
	  <st:relations>
		<st:relation src="Activation" dest="UsageLimit" kind="GroupedWith"/>
	</st:relations>
	
</st:repository>
