<% if @limit_nofile -%>
LimitNOFILE=<%= @limit_nofile %>
<% end -%>
+<% if @limit_as -%>
+LimitAS=<%= @limit_as %>
+<% end -%>
+<% if @memory_low -%>
+MemoryLow=<%= @memory_low %>
+<% end -%>
+<% if @memory_high -%>
+MemoryHigh=<%= @memory_high %>
+<% end -%>
+<% if @memory_max -%>
+MemoryMax=<%= @memory_max %>
+<% end -%>
<% @environment.each do |name,value| -%>
Environment="<%= name %>=<%= value %>"
<% end -%>