Resource Usage

Status
Not open for further replies.

Zenax

Active Member
Messages
1,377
Reaction score
4
Points
38
Hey guys,

Just a quick question. I was checking my resource usage, and it stated it has been limited in the past 24 hours. Please see below:
resource01.png

resource02.png

However, looking at the above, I cannot see anything that would make it go over the limits required. How up to date are these in real-time?

As part of a uni project, I am testing an Unreal Engine 4 game that has been exported out to HTML 5. It uses gzip compression on files, and I had to enable it using the following in my .htaccess file:

Code:
<files *.gz>
AddType "text/javascript" .gz
AddEncoding gzip .gz
</files>

The question I have, is that using these options, am I likely to get any where near the resource limits imposed? And am I infringing on any T&C's? Would uploading these files (only around 50mb in total) be infringing on resource usage?

Any help would be appreciated!
 
Status
Not open for further replies.
Top