<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>Dear all,</p>
    <p>I have massive problems with frequency list privileges.</p>
    <p>The case at hand: a corpus with roughly 500 mio tokens.<br>
    </p>
    <p><br>
    </p>
    <p>Scenario 1: a query with round about 300,000 matches.<br>
    </p>
    <p>If I run this query as cqpwebadmin, I can look at the frequency
      list and create collocation databases.</p>
    <p>If I run the same query as a normal user, I can do neither, even
      if this user has been granted the privilege of building frequency
      lists of up to 1 billion tokens. Error message when trying to look
      at the breakdown:<br>
    </p>
    <blockquote>
      <p>The action you have requested uses up a lot of diskspace.
        Your limit is currently set to 1000000 instances.
        Please contact your system administrator if you need access to
        the information you requested.</p>
    </blockquote>
    <p>This is bizarre because (a) a breakdown of 300,000 matches should
      have less than 1 mio. instances and (b) the user has been
      explicitly granted the right to build frequency lists of up to 1
      billion tokens.</p>
    <p>What makes it even weirder: If I first run the query as
      cqpwebadmin, look at the frequency list, and create the
      collocation database, I can *afterwards* do the same as the normal
      user.</p>
    <p><br>
    </p>
    <p>Scenario 2: a query with round about 3 mio. matches.</p>
    <p>Here, even as cqpwebadmin, I cannot create a frequency breakdown:</p>
    <blockquote>
      <p>The action you have requested uses up a lot of diskspace.
        Your limit is currently set to 10000000 instances.
        Please contact your system administrator if you need access to
        the information you requested.</p>
    </blockquote>
    <p>This is bizarre because (a) a breakdown of 3 mio. matches should
      have less than 10 mio. instances and (b) the cqpwebadmin has been
      explicitly granted the right to build frequency lists of up to 1
      billion tokens.</p>
    <p><br>
    </p>
    <p>What am I missing?</p>
    <p>Best,</p>
    <p>Philipp</p>
  </body>
</html>